home *** CD-ROM | disk | FTP | other *** search
- ; msdn.csm - customized style map
- ; 11/13/97 daveed
-
-
- ; heading paragraph styles
-
- style("heading 1,h1,level 1 topic heading") { toc=1 elem=h1 maxlist=0 }
- style("heading 2,h2,level 2 topic heading") { toc=2 elem=h1 maxlist=0 }
- style("heading 3,h3,level 3 topic heading") { toc=3 elem=h1 maxlist=0 }
- style("heading 4,h4,first subheading") { elem=h2 maxlist=0 }
- style("heading 5,h5,second subheading") { elem=h3 maxlist=0 }
- style("heading 6,h6,third subheading") { elem=h4 maxlist=0 }
-
-
- ; list styles
-
- style("bulleted list 1,bl1") { elem=ul maxlist=1 }
- style("bulleted list 2,bl2") { elem=ul maxlist=2 }
- style("numbered list 1,nl1") { elem=ol maxlist=1 }
- style("numbered list 2,nl2") { elem=ol maxlist=2 }
- style("alert text in list 1,at1") { elem=p maxlist=1 .class=atl end="</p>" }
- style("alert text in list 2,at2") { elem=p maxlist=2 .class=atl end="</p>" }
- style("code in list 1,c1") { elem=pre maxlist=1 }
- style("code in list 2,c2") { elem=pre maxlist=2 }
- style("figure in list 1,fig1") { elem=p maxlist=1 end="</P>"}
- style("figure in list 2,fig2") { elem=p maxlist=2 end="</P>"}
- style("label in list 1,l1") { elem=p maxlist=1 .class=label }
- style("label in list 2,l2") { elem=p maxlist=2 .class=label }
- style("table footnote in list 1,tf1") { elem=p maxlist=1 .class=mini }
- style("table footnote in list 2,tf2") { elem=p maxlist=2 .class=mini }
- style("text in list 1,t1") { elem=p maxlist=1 .class=tl end="</P>"}
- style("text in list 2,t2") { elem=p maxlist=2 .class=tl end="</P>" }
-
-
- ; other styles
-
- style("alert text,at") { elem=p maxlist=0 .class=indent }
- style("text,t") { elem=p maxlist=0 }
- style("table footnote,tf") { elem=p maxlist=0 .class=mini }
- style("code,c") { elem=pre maxlist=0 expandtabs=3 }
- style("Label Special,ls") { elem=p maxlist=0 .class=label }
- style("Label,l") { elem=p maxlist=0 .class=label }
- style("defined term,dt") { elem=p maxlist=0 .class=dt}
- style("definition,d") { elem=p maxlist=0 .class=indent }
- style("text indented,ti") { elem=p maxlist=0 .class=indent }
-
-
- ; character styles
-
- cstyle("code featured element,cfe") { start="<span class=cfe>" end="</span>" }
- cstyle("strikethrough,strike") { start="<strike>" end="</strike>" }
- cstyle("label embedded,le") {start="<B>" end="</B>"}
-
-
- ; elements
-
- elem(table) { maxlist=2 .border=1 .frame=below .rules=rows .cellpadding=5}
- elem(body) { replacespaces=1 }
- elem(ul) { .type=disc }
-
-
-
- style(*) { maxlist=0 } ; everything i haven't specified should close a list.
-